home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 1957 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.4 KB  |  78 lines

  1. Path: nntp.uio.no!solace!news
  2. From: "Bj÷rn Hagstr÷m" <orgin@medio.mh.se>
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: Using HAM8 on Workbench
  5. Date: 15 Mar 1996 12:06:15 GMT
  6. Organization: Solace Computer Society, Sundsvall
  7. Message-ID: <4ibmfn$874@fizban.solace.mh.se>
  8. References: <4i7al6$va6@tkhut.sojourn.com>
  9. NNTP-Posting-Host: rogen.ntostud.mh.se
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.4 sun4m)
  14. X-URL: news:4i7al6$va6@tkhut.sojourn.com
  15.  
  16. mharrell@sojourn1.sojourn.com (Matt Harrell) wrote:
  17. >    I've read a few posts about using HAM8 mode on the Workbench
  18. >screen.  I downloaded "WBHacksAGA" from the Aminet, and modified my
  19. >envarc:sys/screenmode.prefs (after renaming the original!) to use HAM8
  20. >mode.  It definitely starts up OK in HAM8 after the reboot.  One thing
  21. >I noticed right away was dramatically improved speed over the "normal"
  22. >8-bit (256 color out of 16.8 million) mode.  However, it also seems to
  23. >confuse the hell out of the Workbench, and any program that tries to
  24. >put an image on the Workbench screen.  It also seems to muck up the
  25. >top 4 colors of the Workbench's (AmigaOS3.0 on an A1200) palette (they
  26. >all come out as a bright green).  I can't change the colors in the
  27. >palette program in Preferences because it's the one program on my hard
  28. >disk that still seems to think that the colors are OK.  When I run
  29. >AMosaic and have it display a JPEG, for instance, on the Workbench
  30. >screen using an external viewer (MultiView), the JPEG ends up looking
  31. >much worse than it does on an ordinary 256 (or even 128) color
  32. >screen--like it has only 16 or 32 colors instead of many thousands to
  33. >display the picture.  Additionally, if I try to use any picture with
  34. >lots of colors for a background on the Workbench (not something I
  35. >actually want to do, but I tried it as a test to see if the mode was
  36. >working correctly) the colors come out totally wrong--so bad that you
  37. >can't tell what the picture is supposed to be.
  38. >    Has anyone managed to get this to work properly?  Is there any
  39. >way that HAM8 mode can be used on the Workbench screen and still have
  40. >programs function correctly?  Thanks a bunch (or maybe two).
  41.  
  42. Try getting MUI-Screenmode on aminet or at :
  43. http://www.medio.mh.se/~orgin/software.html
  44.  
  45. When using Ham6 or Ham8 , programs think that there is only 16/64 pens to use.
  46. This is because Ham6 and Ham8 has resp. 16 and 64 base colours.
  47.  
  48. Ham 6 uses 6 bitplanes - But 2 of them is used to get the Ham colours.
  49.  Ie. 2^4 (16) base pens.
  50.  
  51. Ham 8 uses 8 bitplanes - But 2 of them is used to get the Ham colours.
  52.  Ie. 2^6 (64) base pens.
  53.  
  54. All colours are made of three components : Red,Green and Blue.
  55.  
  56. These 2 bits functions something like this :
  57.    00 - Use base colour
  58.    01 - Modify Red component , keep Green and Blue.
  59.    10 - Modify Green component , keep Red and Blue.
  60.    11 - Modify Blue component , keep Red and Green.
  61.  
  62. This means that in Ham6 you can only set each component by 16 steps,
  63. and in Ham8 64 steps.
  64.  
  65. Most programs do not understand that you are running Ham mode. So they only
  66. use the base colours. There are a few programs that can use the ham colours.
  67.  
  68. Which means that Ibrowse will only use 16 / 64 colours for its pictures.
  69.  
  70. Check out the software on my homepage. I have been using Ham6 for over a
  71. year now and there are some snapshots of my Wb there.
  72.  
  73. Regards.
  74. Bjorn Hagstrom
  75. ping9514@ntostud.mh.se
  76. http://www.medio.mh.se/~orgin/
  77.  
  78.